Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 10 - Group Objects / Group Objects Reference
Group Objects Routines / Managing Display Groups


Q3DisplayGroup_SetState

You can use the Q3DisplayGroup_SetState function to set the state of a display group.

TQ3Status Q3DisplayGroup_SetState (
TQ3GroupObject group, 
TQ3DisplayGroupState state);
group
A display group.
state
The desired state value for the specified display group.
DESCRIPTION
The Q3DisplayGroup_SetState function sets the state value of the display group specified by the group parameter to the value pointed to by the state parameter. See "Group State Flags" on page 10-12 for a description of the flags currently defined for a group state value.

ERRORS
kQ3ErrorInvalidObject


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996